home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFRDESOPTIONSFORM / TFRDESOPTIONSFORM.txt
Text File  |  2002-03-27  |  10KB  |  422 lines

  1. object frDesOptionsForm: TfrDesOptionsForm
  2.   Left = 202
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Designer options'
  7.   ClientHeight = 396
  8.   ClientWidth = 353
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object PageControl1: TPageControl
  19.     Left = 4
  20.     Top = 4
  21.     Width = 345
  22.     Height = 353
  23.     ActivePage = Tab1
  24.     TabOrder = 0
  25.     object Tab1: TTabSheet
  26.       Caption = 'Designer'
  27.       object GroupBox1: TGroupBox
  28.         Left = 4
  29.         Top = 4
  30.         Width = 161
  31.         Height = 65
  32.         Caption = 'Grid'
  33.         TabOrder = 0
  34.         object CB1: TCheckBox
  35.           Left = 8
  36.           Top = 20
  37.           Width = 145
  38.           Height = 17
  39.           HelpContext = 66
  40.           Caption = 'Show grid'
  41.           State = cbChecked
  42.           TabOrder = 0
  43.         end
  44.         object CB2: TCheckBox
  45.           Left = 8
  46.           Top = 40
  47.           Width = 145
  48.           Height = 17
  49.           HelpContext = 75
  50.           Caption = 'Align to grid'
  51.           State = cbChecked
  52.           TabOrder = 1
  53.         end
  54.       end
  55.       object GroupBox2: TGroupBox
  56.         Left = 172
  57.         Top = 4
  58.         Width = 161
  59.         Height = 65
  60.         Caption = 'Moving'
  61.         TabOrder = 1
  62.         object Label1: TLabel
  63.           Left = 28
  64.           Top = 18
  65.           Width = 125
  66.           Height = 43
  67.           AutoSize = False
  68.           Caption = 'Show object contents when moving or resizing'
  69.           FocusControl = CB6
  70.           WordWrap = True
  71.           OnClick = Label1Click
  72.           OnDblClick = Label1Click
  73.         end
  74.         object CB6: TCheckBox
  75.           Left = 8
  76.           Top = 20
  77.           Width = 17
  78.           Height = 17
  79.           HelpContext = 186
  80.           TabOrder = 0
  81.         end
  82.       end
  83.       object GroupBox3: TGroupBox
  84.         Left = 172
  85.         Top = 74
  86.         Width = 161
  87.         Height = 85
  88.         Caption = 'Report units'
  89.         TabOrder = 2
  90.         object RB6: TRadioButton
  91.           Left = 8
  92.           Top = 20
  93.           Width = 133
  94.           Height = 17
  95.           HelpContext = 102
  96.           Caption = 'Pixels'
  97.           Checked = True
  98.           TabOrder = 0
  99.           TabStop = True
  100.         end
  101.         object RB7: TRadioButton
  102.           Left = 8
  103.           Top = 40
  104.           Width = 133
  105.           Height = 17
  106.           HelpContext = 112
  107.           Caption = 'MM'
  108.           TabOrder = 1
  109.         end
  110.         object RB8: TRadioButton
  111.           Left = 8
  112.           Top = 60
  113.           Width = 133
  114.           Height = 17
  115.           HelpContext = 121
  116.           Caption = 'Inches'
  117.           TabOrder = 2
  118.         end
  119.       end
  120.       object GroupBox4: TGroupBox
  121.         Left = 4
  122.         Top = 74
  123.         Width = 161
  124.         Height = 85
  125.         Caption = 'Grid size'
  126.         TabOrder = 3
  127.         object RB1: TRadioButton
  128.           Left = 8
  129.           Top = 20
  130.           Width = 145
  131.           Height = 17
  132.           HelpContext = 131
  133.           Caption = '4 pixels'
  134.           Checked = True
  135.           TabOrder = 0
  136.           TabStop = True
  137.         end
  138.         object RB2: TRadioButton
  139.           Left = 8
  140.           Top = 40
  141.           Width = 145
  142.           Height = 17
  143.           HelpContext = 141
  144.           Caption = '8 pixels'
  145.           TabOrder = 1
  146.         end
  147.         object RB3: TRadioButton
  148.           Left = 8
  149.           Top = 60
  150.           Width = 145
  151.           Height = 17
  152.           HelpContext = 151
  153.           Caption = '18 pixels (5mm)'
  154.           TabOrder = 2
  155.         end
  156.       end
  157.       object GroupBox5: TGroupBox
  158.         Left = 4
  159.         Top = 214
  160.         Width = 329
  161.         Height = 107
  162.         Caption = 'Other'
  163.         TabOrder = 4
  164.         object CB3: TCheckBox
  165.           Left = 8
  166.           Top = 16
  167.           Width = 133
  168.           Height = 17
  169.           HelpContext = 161
  170.           Caption = 'Colored buttons'
  171.           State = cbChecked
  172.           TabOrder = 0
  173.         end
  174.         object CB4: TCheckBox
  175.           Left = 8
  176.           Top = 38
  177.           Width = 221
  178.           Height = 17
  179.           HelpContext = 171
  180.           Caption = 'Editing after insert'
  181.           TabOrder = 1
  182.         end
  183.         object CB5: TCheckBox
  184.           Left = 8
  185.           Top = 60
  186.           Width = 225
  187.           Height = 17
  188.           HelpContext = 194
  189.           Caption = 'Show band titles'
  190.           TabOrder = 2
  191.         end
  192.         object CB7: TCheckBox
  193.           Left = 8
  194.           Top = 82
  195.           Width = 293
  196.           Height = 17
  197.           Caption = 'Localized property names'
  198.           TabOrder = 3
  199.         end
  200.       end
  201.       object GroupBox6: TGroupBox
  202.         Left = 4
  203.         Top = 164
  204.         Width = 329
  205.         Height = 45
  206.         Caption = 'Page position'
  207.         TabOrder = 5
  208.         object RB9: TRadioButton
  209.           Left = 8
  210.           Top = 18
  211.           Width = 81
  212.           Height = 17
  213.           HelpContext = 212
  214.           Caption = 'Center'
  215.           Checked = True
  216.           TabOrder = 0
  217.           TabStop = True
  218.         end
  219.         object RB10: TRadioButton
  220.           Left = 100
  221.           Top = 18
  222.           Width = 77
  223.           Height = 17
  224.           HelpContext = 212
  225.           Caption = 'Left'
  226.           TabOrder = 1
  227.         end
  228.         object RB11: TRadioButton
  229.           Left = 192
  230.           Top = 18
  231.           Width = 113
  232.           Height = 17
  233.           HelpContext = 212
  234.           Caption = 'Right'
  235.           TabOrder = 2
  236.         end
  237.       end
  238.     end
  239.     object Tab2: TTabSheet
  240.       Caption = 'Editor'
  241.       object GroupBox7: TGroupBox
  242.         Left = 4
  243.         Top = 4
  244.         Width = 329
  245.         Height = 141
  246.         Caption = 'Text editor'
  247.         TabOrder = 0
  248.         object Label2: TLabel
  249.           Left = 32
  250.           Top = 62
  251.           Width = 53
  252.           Height = 13
  253.           Alignment = taRightJustify
  254.           Caption = 'Font name:'
  255.         end
  256.         object Label3: TLabel
  257.           Left = 249
  258.           Top = 62
  259.           Width = 23
  260.           Height = 13
  261.           Alignment = taRightJustify
  262.           Caption = 'Size:'
  263.         end
  264.         object ERB1: TRadioButton
  265.           Left = 8
  266.           Top = 20
  267.           Width = 297
  268.           Height = 17
  269.           HelpContext = 222
  270.           Caption = 'Use object'#39's font settings'
  271.           Checked = True
  272.           TabOrder = 0
  273.           TabStop = True
  274.           OnClick = ERB1Click
  275.         end
  276.         object ERB2: TRadioButton
  277.           Left = 8
  278.           Top = 40
  279.           Width = 297
  280.           Height = 17
  281.           HelpContext = 232
  282.           Caption = 'Use fixed settings:'
  283.           TabOrder = 1
  284.           OnClick = ERB1Click
  285.         end
  286.         object TextFontNameCB: TfrFontComboBox
  287.           Left = 88
  288.           Top = 60
  289.           Width = 133
  290.           Height = 19
  291.           HelpContext = 242
  292.           ShowMRU = False
  293.           MRURegKey = '\Software\FastReport\MRUFont'
  294.           DropDownCount = 12
  295.           ItemHeight = 0
  296.           TabOrder = 2
  297.           OnChange = TextFontNameCBChange
  298.         end
  299.         object TextFontSizeCB: TfrComboBox
  300.           Left = 273
  301.           Top = 60
  302.           Width = 44
  303.           Height = 19
  304.           HelpContext = 250
  305.           ItemHeight = 13
  306.           Items.Strings = (
  307.             '8'
  308.             '9'
  309.             '10'
  310.             '11'
  311.             '12'
  312.             '14')
  313.           TabOrder = 3
  314.           Text = '10'
  315.           ItemIndex = 2
  316.           OnChange = TextFontNameCBChange
  317.         end
  318.         object SampleTextPanel: TPanel
  319.           Left = 12
  320.           Top = 88
  321.           Width = 305
  322.           Height = 41
  323.           HelpContext = 265
  324.           BevelOuter = bvLowered
  325.           Caption = 'AaBb∩┐╜∩┐╜∩┐╜∩┐╜'
  326.           Color = clWindow
  327.           TabOrder = 4
  328.         end
  329.       end
  330.       object GroupBox8: TGroupBox
  331.         Left = 4
  332.         Top = 150
  333.         Width = 329
  334.         Height = 103
  335.         Caption = 'Script editor'
  336.         TabOrder = 1
  337.         object Label4: TLabel
  338.           Left = 32
  339.           Top = 22
  340.           Width = 53
  341.           Height = 13
  342.           Alignment = taRightJustify
  343.           Caption = 'Font name:'
  344.         end
  345.         object Label5: TLabel
  346.           Left = 249
  347.           Top = 22
  348.           Width = 23
  349.           Height = 13
  350.           Alignment = taRightJustify
  351.           Caption = 'Size:'
  352.         end
  353.         object ScriptFontNameCB: TfrFontComboBox
  354.           Left = 88
  355.           Top = 20
  356.           Width = 133
  357.           Height = 19
  358.           HelpContext = 270
  359.           ShowMRU = False
  360.           MRURegKey = '\Software\FastReport\MRUFont'
  361.           DropDownCount = 12
  362.           ItemHeight = 0
  363.           TabOrder = 0
  364.           OnChange = ScriptFontNameCBChange
  365.         end
  366.         object ScriptFontSizeCB: TfrComboBox
  367.           Left = 273
  368.           Top = 20
  369.           Width = 44
  370.           Height = 19
  371.           HelpContext = 280
  372.           ItemHeight = 13
  373.           Items.Strings = (
  374.             '8'
  375.             '9'
  376.             '10'
  377.             '11'
  378.             '12'
  379.             '14')
  380.           TabOrder = 1
  381.           Text = '10'
  382.           ItemIndex = 2
  383.           OnChange = ScriptFontNameCBChange
  384.         end
  385.         object SampleScriptPanel: TPanel
  386.           Left = 12
  387.           Top = 48
  388.           Width = 305
  389.           Height = 41
  390.           HelpContext = 290
  391.           BevelOuter = bvLowered
  392.           Caption = 'AaBb∩┐╜∩┐╜∩┐╜∩┐╜'
  393.           Color = clWindow
  394.           TabOrder = 2
  395.         end
  396.       end
  397.     end
  398.   end
  399.   object Button1: TButton
  400.     Left = 194
  401.     Top = 366
  402.     Width = 75
  403.     Height = 25
  404.     HelpContext = 40
  405.     Caption = 'OK'
  406.     Default = True
  407.     ModalResult = 1
  408.     TabOrder = 1
  409.   end
  410.   object Button2: TButton
  411.     Left = 274
  412.     Top = 366
  413.     Width = 75
  414.     Height = 25
  415.     HelpContext = 50
  416.     Cancel = True
  417.     Caption = 'Cancel'
  418.     ModalResult = 2
  419.     TabOrder = 2
  420.   end
  421. end
  422.